home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / games / uchess / src / debug64.h < prev    next >
C/C++ Source or Header  |  1994-11-17  |  195b  |  8 lines

  1. #ifdef DEBUG4
  2.       if (debuglevel & 64)
  3.         {
  4.           algbr (PV >> 8, PV & 0xff, 0);
  5.           printf ("-get-> d=%d s=%d p=%d a=%d b=%d %s\n", depth, score, ply, alpha, beta, mvstr[0]);
  6.         }
  7. #endif
  8.